Strengthen Windows Garmin/USB error message.
authorrobertl <robertl>
Fri, 15 Aug 2008 16:08:58 +0000 (16:08 +0000)
committerrobertl <robertl>
Fri, 15 Aug 2008 16:08:58 +0000 (16:08 +0000)
jeeps/gpsusbwin.c

index fd7a5cec5827463128f23b3f8d6749e274643233..c87e3de6e72a0af0c61358d8ada4835669fe985a 100644 (file)
@@ -225,7 +225,7 @@ gusb_init(const char *pname, gpsdevh **dh)
                                (GUID *) &GARMIN_GUID, 
                                req_unit_number, &devinterface)) {
                        GPS_Serial_Error("SetupDiEnumDeviceInterfaces");
-                       warning("Is the Garmin USB unit number %d powered up and connected?\nIs it really a USB unit?  If it's serial, don't choose USB, choose serial.", un);
+                       warning("Is the Garmin USB unit number %d powered up and connected?\nIs it really a USB unit?  If it's serial, don't choose USB, choose serial.\nAre the Garmin USB drivers installed and functioning with other programs?\nIs it a storage based device like Nuvi, CO, or OR?\n  If so, send GPX files to it, don't use this module.", un);
                        return 0;
                }
                /* We've matched.  Now start the specific unit. */